home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 July & August / cd No4 joystick No62.iso / pc / cadeaux / df / doc / demo2.doc < prev    next >
Encoding:
Text File  |  1995-06-01  |  1.9 KB  |  55 lines

  1. /* -------------------------------------------------------------------------- */
  2. /* DFUSE DEMO 2 : flags demo.                                                 */
  3. /* -------------------------------------------------------------------------- */
  4.  
  5. This mini-level has been designed to demonstrate the use of the flags.
  6. Of course, all the flags aren't used, but you may find these :
  7.  
  8. SECTOR FLAGS
  9. ------------
  10.  
  11. 1. sky                     (SC flag 1, 1)
  12. 2. normal door             (SC flag 1, 2)
  13. 3. fire-reflective         (SC flag 1, 4)
  14. 4. skating                 (SC flag 1, 16)
  15. 5. exploding door          (SC flag 1, 64)
  16. 6. killing ground slow     (SC flag 1, 2048)
  17. 7. killing ground fast     (SC flag 1, 4096)
  18. 8. secret                  (SC flag 1, 524288)   [NEW]
  19.  
  20. To easily find these, use the [F] key while in SECTORS mode.
  21.  
  22. WALL FLAGS
  23. ----------
  24.  
  25. 1. force MID / transparent (WL flag 1, 1)
  26.    in exploding_door and
  27.    transparent_door
  28. 2. illuminated sign        (WL flag 1, 2)        [NEW]
  29.    in illum_sign
  30. 3. show as normal on map   (WL flag 1, 2048)
  31.    in exploding_door
  32. 4. cannot walk through     (WL flag 3, 2)
  33.    on other/skating separation
  34. 5. cannot fire through     (WL flag 3, 8)
  35.    on other/skating separation
  36.  
  37.  
  38. Try them all, then modify the level to see what happen if you don't set them.
  39. Also try the SC flag 1, bit 8 with different SKY sectors ceiling altitudes.
  40. Try it on the transparent_door sector, just to see what happens to the MID tx.
  41.  
  42. Note that I have provided a few thermal detonators for the exploding_door.
  43.  
  44. TO INSTALL IT
  45. =============
  46.  
  47. Go to the DOS prompt, and type 'demo2-d! -d'.
  48.  
  49. DON'T FORGET THE '-d' or the level will be extracted in the wrong directory.
  50.  
  51. Be careful, this is a SECBASE replacement, and you risk to destroy any work you
  52. have done on that level.
  53.  
  54. (note that extracted means 'from the PKZIP exe file' here, not from a .GOB)
  55.